home *** CD-ROM | disk | FTP | other *** search
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- #ifndef GRAPHICS_GFX_H
- #include <graphics/gfx.H>
- #endif
-
- #ifndef GRAPHICS_CLIP_H
- #include <graphics/clip.h>
- #endif
-
- struct BackFillMsg
- {
- struct Layer *Layer;
- struct Rectangle Bounds;
- LONG OffsetX;
- LONG OffsetY;
- };
-
- // 1
- struct Hook *Image_AllocBackfillHook(struct Screen *Scr, struct DefaultNode *DN);
- void Image_FreeBackfillHook(struct Hook *Hook);
- // 2
- struct Hook *RGB_AllocBackfillHook(struct Screen *Scr, struct DefaultNode *DN);
- void RGB_FreeBackfillHook(struct Hook *Hook);
-